extensions: add rgba8_rgb8 conversion that copies 24/32bit chunks
authorØyvind Kolås <pippin@gimp.org>
Wed, 4 Apr 2018 12:09:54 +0000 (14:09 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 4 Apr 2018 12:14:05 +0000 (14:14 +0200)
commit8a58a48d86cf4daf9edb8de95e857477996deb96
tree06e18ac381e2fc2571e248d92e1bd3d91e64a052
parentb99bc290ad72a51dc023b432d8e7f343ead9e061
extensions: add rgba8_rgb8 conversion that copies 24/32bit chunks

Slightly speeding up RGB u8 (without alpha) painting in GIMP, the rgba to rgb
and reverse conversions are used together with the very fast SIMD conversions
that operate on chunks of 4 components.
extensions/gegl-fixups.c